home *** CD-ROM | disk | FTP | other *** search
/ Assassins - Ultimate CD Games Collection 4 / Assassins 4 (1999)(Weird Science).iso / arcade / sword_demo / sword_setup < prev    next >
AmigaDOS Script File  |  1978-03-26  |  695b  |  32 lines

  1. .key DUMMY
  2. .bra {
  3. .ket }
  4.  
  5. Failat 21
  6.  
  7. IF exists ENV:Sword_Assigns
  8.   Echo ""
  9.   Echo "removing all system assigns to Sword..."
  10.   Assign SwordDisk1: AFCD17:-ScreenPlay-/Commercial/Sword_Demo Remove
  11.   Assign Libs:       AFCD17:-ScreenPlay-/Commercial/Sword_Demo/Libs Remove
  12.  
  13.   Wait 1
  14.   Echo ""
  15.   Echo "All done... Sword assigns have now been removed!"
  16.   Wait 2
  17.   Delete >NIL: ENV:Sword_Assigns
  18.  
  19.  
  20. ELSE
  21.   SetENV Sword_Assigns Yes!
  22.   Echo ""
  23.   Echo "assigning Sword to your system..."
  24.   Assign SwordDisk1: AFCD17:-ScreenPlay-/Commercial/Sword_Demo Add
  25.   Assign Libs:       AFCD17:-ScreenPlay-/Commercial/Sword_Demo/Libs Add
  26.  
  27.   Wait 1
  28.   Echo ""
  29.   Echo "All done... You can now run Sword!"
  30.   Wait 2
  31.  
  32. ENDIF